golang.org/x/tools/internal/gcimporter.iimporter.typCache (field)

5 uses

	golang.org/x/tools/internal/gcimporter (current package)
		iimport.go#L172: 		typCache: make(map[uint64]types.Type),
		iimport.go#L185: 		p.typCache[uint64(i)] = pt
		iimport.go#L304: 	typCache    map[uint64]types.Type
		iimport.go#L431: 	if t, ok := p.typCache[off]; ok && canReuse(base, t) {
		iimport.go#L444: 		p.typCache[off] = t